home *** CD-ROM | disk | FTP | other *** search
/ EROS 2 / EROS 2.iso / mac / EROS vol.2 / EROS vol.DXR / 00807.ls < prev    next >
Encoding:
Text File  |  1995-12-20  |  335 b   |  12 lines

  1. on mouseUp
  2.   if the castNum of sprite 4 = the number of cast "mov1f4" then
  3.     set the castNum of sprite 4 to the number of cast "mov2f4"
  4.     updateStage()
  5.     set the movieRate of sprite 4 to 1
  6.   else
  7.     set the castNum of sprite 4 to the number of cast "mov1f4"
  8.     updateStage()
  9.     set the movieRate of sprite 4 to 1
  10.   end if
  11. end
  12.